@CHARSET "UTF-8";
/*右侧浮动*/

#rightfloat {
	position: fixed;
	right: 0;
	top: 50%;
	width: 51px;
	height: 204px;
	background: #0098e3;
	z-index: 10000;
}

#rightfloat a {
	display: block;
	height: 100%;
}

.top, .kf, .cart, .callus, .wx {
	height: 51px;
	/*padding: 14px;*/
	overflow: hidden;
	width: 131px;
	position: absolute;
	left: 0;
	cursor: pointer;
	line-height: 23px;
	color: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.f_text {
	width: 80px;
	height: 51px;
	line-height: 51px;
	color: #fff;
	float: left;
	font-size: 14px;
	text-align: center;
	/*background-color: red;*/
}

.f_text a {
	color: #FFFFFF;
}

.wx .f_text {
	width:0;
}
.wx .f_text>div {
	padding-left:14px;
}

.wx .f_text img {
	width: 100%;
	height: auto;
	margin-top: 14px;
}

.top .f_icon, .kf .f_icon, .cart .f_icon, .callus .f_icon, .wx .f_icon {
	float: left;
	width: 51px;
	height: 51px;
	text-align: center;
}

.f_icon img {
	width: auto;
}

.top .f_icon img {
	height: 14px;
	margin-top: 19px;
}

.kf .f_icon img {
	height: 23px;
	margin-top: 14px;
}

.wx .f_icon img {
	height: 22px;
	margin-top: 14px;
}

.cart .f_icon img {
	height: 27px;
	margin-top: 12px;
}

.cart .f_icon strong {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 30px;
	background-color: red;
	border-radius: 50%;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	z-index: 2;
}

.callus .f_icon img {
	height: 27px;
	margin-top: 12px;
}

.callus .f_icon strong {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 30px;
	background-color: red;
	border-radius: 50%;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	z-index: 2;
}

.top {
	top: 0;
}

.kf {
	top: 51px;
}

.wx {
	left:auto;
	right:0;
	top: 153px;
	width:51px;
}

.cart {
	top: 51px;
}

.callus {
	top: 102px;
}

.top:hover,.kf:hover,.cart:hover,.callus:hover {
	transform: translate(-80px, 0px);
	background: #e69019;
	-webkit-transform: translate(-80px, 0px);
	-moz-transform: translate(-80px, 0px);
	-o-transform: translate(-80px, 0px);
	-ms-transform: translate(-80, 0px);
	left: auto\9;
	right: 0\9;
}
.wx:hover{
	background: #e69019;
	
}

.wx:hover {
	width:215px;
	height:178px;
	z-index: 10;
}
.wx:hover .f_text{
	width:164px;
}

/*右侧浮动结束*/

.shadowBox {
	width: 45px;
	height: 22px;
	background-color: #019EE7;
	opacity: 0.5;
	position: absolute;
}